home *** CD-ROM | disk | FTP | other *** search
- object ResponseDefDlg: TResponseDefDlg
- Left = 112
- Top = 90
- BorderStyle = bsDialog
- Caption = 'Response Variable Definition'
- ClientHeight = 291
- ClientWidth = 339
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel1: TBevel
- Left = 7
- Top = 62
- Width = 324
- Height = 167
- end
- object Label3: TLabel
- Left = 70
- Top = 8
- Width = 197
- Height = 22
- Caption = 'Multivariate Regression'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object Label2: TLabel
- Left = 71
- Top = 7
- Width = 197
- Height = 22
- Caption = 'Multivariate Regression'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clNavy
- Font.Height = -19
- Font.Name = 'Times New Roman'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object pnlQryX: TPanel
- Left = 18
- Top = 133
- Width = 302
- Height = 41
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 3
- object lbDataField1: TLabel
- Left = 21
- Top = 12
- Width = 48
- Height = 16
- Caption = 'datafield'
- end
- object edStringX: TEdit
- Left = 81
- Top = 10
- Width = 200
- Height = 24
- TabOrder = 0
- OnChange = ValidateData
- OnEnter = ValidateData
- end
- end
- object pnlTblX: TPanel
- Left = 18
- Top = 133
- Width = 302
- Height = 41
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object labdatafield2: TLabel
- Left = 21
- Top = 12
- Width = 48
- Height = 16
- Caption = 'datafield'
- end
- object cboxTableX: TComboBox
- Left = 80
- Top = 10
- Width = 200
- Height = 23
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 15
- ParentFont = False
- TabOrder = 0
- OnChange = ValidateData
- OnExit = ValidateData
- end
- end
- object Panel1: TPanel
- Left = 1
- Top = 4
- Width = 58
- Height = 46
- BevelInner = bvLowered
- Ctl3D = True
- ParentCtl3D = False
- TabOrder = 6
- object Image1: TImage
- Left = 2
- Top = 2
- Width = 28
- Height = 28
- AutoSize = True
- Center = True
- Picture.Data = {<image001.bmp>}
- end
- object Image2: TImage
- Left = 28
- Top = 16
- Width = 28
- Height = 28
- AutoSize = True
- Center = True
- Picture.Data = {<image002.bmp>}
- end
- end
- object RadioGroup1: TRadioGroup
- Left = 18
- Top = 71
- Width = 302
- Height = 60
- Caption = 'Set Response Variable to'
- Columns = 2
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- Items.Strings = (
- 'datafield'
- 'ln(datafield)'
- 'datafield/n'
- '1/(datafield)')
- ParentFont = False
- TabOrder = 0
- OnClick = RadioGroup1Click
- end
- object bbtnOK: TBitBtn
- Left = 24
- Top = 237
- Width = 75
- Height = 30
- TabOrder = 2
- Kind = bkOK
- end
- object bbtnCancel: TBitBtn
- Left = 130
- Top = 237
- Width = 75
- Height = 30
- TabOrder = 4
- Kind = bkCancel
- end
- object bbtnHelp: TBitBtn
- Left = 236
- Top = 237
- Width = 75
- Height = 30
- TabOrder = 5
- OnClick = bbtnHelpClick
- Kind = bkHelp
- end
- object Panel2: TPanel
- Left = 0
- Top = 276
- Width = 339
- Height = 15
- Align = alBottom
- BevelInner = bvLowered
- BevelOuter = bvNone
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 7
- end
- object Panel3: TPanel
- Left = 18
- Top = 176
- Width = 302
- Height = 41
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 8
- object Label1: TLabel
- Left = 11
- Top = 0
- Width = 157
- Height = 16
- Caption = 'divide datafield by the value'
- Transparent = True
- end
- object cboxDivideBy: TComboBox
- Left = 203
- Top = 15
- Width = 77
- Height = 22
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ItemHeight = 14
- Items.Strings = (
- '10'
- '100'
- '1000'
- '10000'
- '100000'
- '1000000')
- ParentFont = False
- TabOrder = 0
- Text = '1'
- OnChange = ValidateXScaled
- OnExit = ValidateXScaled
- end
- end
- end
-